home *** CD-ROM | disk | FTP | other *** search
- ┌────────────┐
- PgDn for more macros │ Macro File │ PgDn for more macros
- └────────────┘
-
- Move Selector Bar to desired entry, press [Enter].
- Programs indicated to the right of each macro must be in your DOS path.
-
- You may assign keys to run these macros directly! Put a key-id in place
- of the "---". Press [Alt-H] and page down to "List of Key Identifiers."
-
- To activate Auto Receive, change the "zzz" to ".z." or the "mmm" to ".m."
-
- Macros used for DOWNLOADING (receiving) Program required
- ───────────────────────────────────────────────────────────────────────────
- ZMODEM batch {zzz} {exec DSZ port %p rz -m %a %w} {} (see note) DSZ.COM
- YMODEM batch {---} {exec DSZ port %p rb %a %w} {} (see note) DSZ.COM
- YMODEM CRC {---} {exec DSZ port %p rc %d\%i %a %w} {} DSZ.COM
- XMODEM CRC {---} {exec DSZ port %p rc %d\%i %a %w} {} DSZ.COM
- MPT (or PUMA) {mmm} {exec MPT P%p S%s r %d\ %a %w} {} MPT.EXE
- CIS BPlus {---} {exec OZBEXT /c%p /f%d /n /x %a %w} {} OZBEXT.EXE
- ───────────────────────────────────────────────────────────────────────────
- ** Note: registered DSZ users may add "%d" following the "rz -m" and "rb"
- commands to direct downloads to a specific directory.
-
- Macros used for UPLOADING (sending) Program required
- ───────────────────────────────────────────────────────────────────────────
- ZMODEM batch {---} {exec DSZ port %p sz -m %u\%i %a %w} {} DSZ.COM
- YMODEM batch {---} {exec DSZ port %p sb -k %u\%i %a %w} {} DSZ.COM
- YMODEM CRC {---} {exec DSZ port %p sx -k %u\%i %a %w} {} DSZ.COM
- XMODEM CRC {---} {exec DSZ port %p sx %u\%i %a %w} {} DSZ.COM
- MPT (or PUMA) {---} {exec MPT P%p S%s s %u\%i %a %w} {} MPT.EXE
- CIS BPlus {---} {exec OZBEXT /c%p /f%u /n /x %a %w} {} OZBEXT.EXE
- ───────────────────────────────────────────────────────────────────────────
-
-
- Macro to review capture file, press Shift-F8 Program required
- ───────────────────────────────────────────────────────────────────────────
- {sf8} {exec LIST %c/e} {} (Scrollback using no RAM) LIST.COM
-
-
- Simple login macro, press F1
- ───────────────────────────────────────────────────────────────────────────
- {nf1} {send Fred|~~Brucker|~~~~#|} {} RBBS, PCBoard, Auntie, etc.
-
-
- Macro to list download directory, press Alt-F10
- ───────────────────────────────────────────────────────────────────────────
- {af0} {exec dir %d /w %w} {} Download directory
-
-
- Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
- ───────────────────────────────────────────────────────────────────────────
- {pcb} {capture y,c:\commo\pcb.cap} {asci ,}
- {setlook 60,hng}
- {lookfor graphics} {send y|}
- {setlook 60,hng,3,n|}
- {lookfor first name?} {send Fred Brucker|~#|} ═ your name here
- {lookfor Main Board Command?} {}
- {hng} {hangup y} {stop}
-
-
- Compuserve login macro
- ───────────────────────────────────────────────────────────────────────────
- {cis} {setlook 45,hng,2,^c} {send ^c} {capt y,c:\commo\cis.cap} {asci ,:}
- {lookfor User ID:} {send 71021,356|}
- {setl 20,hng} {lookfor Password:} {send #|} {}
-
-
- ──────────────────────────────
- Full Screen Editor Key Support
- ──────────────────────────────
-
- The following keys are used by full screen editors such as Visual Editor in
- ProDoor, PCBoard's full screen editor, ANSIED in RBBS and others. They may
- be changed to suit your own needs (all keys do not work with all editors --
- capture the editor help info on the BBS). See Appendix D in COMMO.DOC for
- details on character representation.
-
- Note that the left arrow function (^S) is also the XOFF character. This may
- cause a problem on some systems. If pressing the left arrow seems to hang
- the remote, press Ctrl-Q and change the "lfa" macro to:
-
- {send ^[[D} {} or {send ^@K} {}
-
- Macro Key Function
- ───────────────────────────────────────────────────────────────────────────
- {hom} {send ^W} {} Home Start of line
- {end} {send ^P} {} End End of line
- {pgu} {send ^R} {} PgUp Page up
- {pgd} {send ^C} {} PgDn Page down
-
- {upa} {send ^E} {} Up Arrow Cursor up
- {dna} {send ^X} {} Down Arrow Cursor down
- {lfa} {send ^S} {} Left Arrow Cursor left
- {rta} {send ^D} {} Right Arrow Cursor right
-
- {cla} {send ^A} {} ^Left Arrow Word left
- {cra} {send ^F} {} ^Right Arrow Word right
-
- {ins} {send ^V} {} Insert Toggle insert mode
- {del} {send ^G} {} Delete Delete character
- {cnd} {send ^K} {} ^End Delete to end of line
-
-